ComponentOne ASP.NET MVC Controls
MinorTickMarks Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MinorTickMarks Method
The value
Sets the location of axis minor tick marks.
Syntax
'Declaration
 
Public Function MinorTickMarks( _
   ByVal value As AxisTickMark _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MinorTickMarks( 
   AxisTickMark value
)

Parameters

value
The value

Return Value

Current builder
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members